PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachment Class / setFileName Method
The file name corresponding to the content in com.o2sol.pdf4java.document.PDFDocumentFileAttachment.setContent(byte[]) method.
In This Topic
    setFileName Method
    In This Topic
    Sets the file name.
    Syntax
    public void setFileName( 
       java.lang.String value
    )

    Parameters

    value
    The file name corresponding to the content in com.o2sol.pdf4java.document.PDFDocumentFileAttachment.setContent(byte[]) method.
    See Also